Resource StructureDefinition/FHIR Server from package BRCore-01.00.00#1.0.0 (62 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "f0d41273-772c-425f-bb60-2507efddff01",
"meta" : {
"lastUpdated" : "2020-06-09T17:52:28.104+00:00"
},
"language" : "pt-BR",
"url" : "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRObservacaoDescritiva-1.0",
"version" : "1.0",
"name" : "BRObservacaoDescritiva",
"title" : "Observação Descritiva",
"status" : "active",
"date" : "2020-06-09T17:52:53.0098607+00:00",
"publisher" : "Ministério da Saúde do Brasil",
"description" : "Descrições textuais simples sobre um paciente.",
"fhirVersion" : "4.0.0",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"mustSupport" : true
},
{
"id" : "Observation.identifier",
"path" : "Observation.identifier",
"max" : "0"
},
{
"id" : "Observation.basedOn",
"path" : "Observation.basedOn",
"max" : "0"
},
{
"id" : "Observation.partOf",
"path" : "Observation.partOf",
"max" : "0"
},
{
"id" : "Observation.status",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
"valueString" : "default: final"
}
],
"path" : "Observation.status",
"short" : "Estado da Observação",
"definition" : "Indica o estado que o contato assistencial se encontra quando é informado para a RNDS.",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Estado da Observação",
"valueSet" : "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0"
}
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"short" : "Categoria da Observação",
"definition" : "Categoriza a observação que está sendo representada.",
"min" : 1,
"max" : "1",
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ObservationCategory"
}
],
"strength" : "preferred",
"description" : "Categoria da Observação",
"valueSet" : "http://www.saude.gov.br/fhir/r4/ValueSet/BRCategoriaObservacao-1.0"
}
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"min" : 1
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"min" : 1
},
{
"id" : "Observation.category.coding.display",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean" : true
}
],
"path" : "Observation.category.coding.display",
"max" : "0"
},
{
"id" : "Observation.category.coding.userSelected",
"path" : "Observation.category.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.category.text",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean" : true
}
],
"path" : "Observation.category.text",
"max" : "0"
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"short" : "Tipo da Observação",
"definition" : "Classifica o tipo de observação que está sendo representada.",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Tipo de Observação",
"valueSet" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoObservacao-1.0"
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"min" : 1
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.code.coding.display",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean" : true
}
],
"path" : "Observation.code.coding.display",
"max" : "0"
},
{
"id" : "Observation.code.coding.userSelected",
"path" : "Observation.code.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.code.text",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean" : true
}
],
"path" : "Observation.code.text",
"max" : "0"
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"short" : "Sujeito da Observação",
"definition" : "Quem ou o quê a composição se refere. Pode ser um indivÃduo, dispositivo, grupos (de indivÃduos, dispositivos etc.).",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.subject.reference",
"path" : "Observation.subject.reference",
"max" : "0"
},
{
"id" : "Observation.subject.type",
"path" : "Observation.subject.type",
"max" : "0",
"fixedUri" : "Patient"
},
{
"id" : "Observation.subject.identifier",
"path" : "Observation.subject.identifier",
"min" : 1
},
{
"id" : "Observation.subject.identifier.use",
"path" : "Observation.subject.identifier.use",
"max" : "0"
},
{
"id" : "Observation.subject.identifier.type",
"path" : "Observation.subject.identifier.type",
"max" : "0"
},
{
"id" : "Observation.subject.identifier.system",
"path" : "Observation.subject.identifier.system",
"min" : 1
},
{
"id" : "Observation.subject.identifier.value",
"path" : "Observation.subject.identifier.value",
"min" : 1
},
{
"id" : "Observation.subject.identifier.period",
"path" : "Observation.subject.identifier.period",
"max" : "0"
},
{
"id" : "Observation.subject.identifier.assigner",
"path" : "Observation.subject.identifier.assigner",
"max" : "0"
},
{
"id" : "Observation.subject.display",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean" : true
}
],
"path" : "Observation.subject.display",
"max" : "0"
},
{
"id" : "Observation.focus",
"path" : "Observation.focus",
"max" : "0"
},
{
"id" : "Observation.encounter",
"path" : "Observation.encounter",
"max" : "0"
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"max" : "0"
},
{
"id" : "Observation.issued",
"path" : "Observation.issued",
"short" : "Data/hora da Observação",
"definition" : "Data ou data e hora que a Observação foi escrita.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"max" : "0"
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"short" : "Resultado da Observação",
"definition" : "Descrição textual da observação realizada.",
"alias" : [
"Declaração subjetiva do indivÃduo para o atendimento",
"Resumo da evolução clÃnica do indivÃduo durante a internação",
"Dados do desfecho",
"Informações adicionais/complementares"
],
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason",
"path" : "Observation.dataAbsentReason",
"max" : "0"
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"max" : "0"
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"max" : "0"
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"max" : "0"
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"max" : "0"
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"max" : "0"
},
{
"id" : "Observation.derivedFrom",
"path" : "Observation.derivedFrom",
"max" : "0"
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.